european_railway_system = {

# FRA not influence : 
	# CYP
	# NCY
	# NOV
	# BLR
	# ICE
	# CRE
	# SOV
	
# FRA influence_array^0
	# GER
	# HOL
	# BEL
	# LUX
	# DEN
	# NOR
	# SWE
	# POL
	# LIT
	# LAT
	# EST
	# CZH
	# SLO
	# AUS
	# HUN
	# ROM
	# BUL
	# SLV
	# CRO
	# BOS
	# SER
	# ALB
	# GRE
	# FYR
	# MLV
	# UKR
	# IRE
	# MNT
	# POR
	# SWI
	# TUR
	# FIN
	
	# KOS
	# SCO
	# WAS
	# CAT
	# SCL
	
##########


	european_railway_system_decisions = {
	
		icon = decision_generic_decision
	
		available = {
			# has_global_flag = European_Railway_System
		}
		
		cost = 100
		fire_only_once = yes
		is_good = yes 
		
		complete_effect = {
			hidden_effect = {
				FRA = {
					country_event = { id = France.10 hours = 1 }
				}
				add_to_variable = { influence_array_val^0 = 15 }
				recalculate_influence = yes
			}
		}
		days_remove = 100
		remove_effect = {
			random_owned_state = {
				add_building_construction = { type = infrastructure level = 1 instant_build = yes }
			}
			capital_scope = {
				add_building_construction = { type = infrastructure level = 1 instant_build = yes }
			}
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}